home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Burning & Media / GB-PVR 1.2.13 / GBPVR10213.msi / Cabs.w1.cab / Stub_Credits_aspx_cs.cs499 < prev    next >
Text File  |  2006-07-15  |  1KB  |  37 lines

  1. //===========================================================================
  2. // This file was generated as part of an ASP.NET 2.0 Web project conversion.
  3. // This code file 'App_Code\Migrated\Stub_Credits_aspx_cs.cs' was created and contains an abstract class 
  4. // used as a base class for the class 'Migrated_Credits' in file 'Credits.aspx.cs'.
  5. // This allows the the base class to be referenced by all code files in your project.
  6. // For more information on this code pattern, please refer to http://go.microsoft.com/fwlink/?LinkId=46995 
  7. //===========================================================================
  8.  
  9.  
  10. using System;
  11. using System.Collections;
  12. using System.ComponentModel;
  13. using System.Data;
  14. using System.Drawing;
  15. using System.IO;
  16. using System.Web;
  17. using System.Web.SessionState;
  18. using System.Web.UI;
  19. using System.Web.UI.WebControls;
  20. using System.Web.UI.HtmlControls;
  21. using GBPVR.Public;
  22.  
  23.  
  24. namespace gbweb
  25.  {
  26.  
  27.  
  28. abstract public class Credits :  System.Web.UI.Page
  29. {
  30.  
  31.  
  32. }
  33.  
  34.  
  35.  
  36. }
  37.